home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / dlt.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  45 lines

  1. <search function="dlt">
  2.   <name>DealTime Price Comparison</name>
  3.   <description>
  4.     Compare products, prices, and stores.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>dlt Harry Potter</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Shopping</category>
  11.   <link>http://www.dealtime.com/</link>
  12.   
  13.   <form name="dltf"
  14.         action="http://www.dealtime.com/GS2/GS2StatReDirect"
  15.         method="get">
  16.     <input type="hidden" name="nFormID" value=""/>
  17.     <input type="hidden" name="nParentFormID" value="0"/>
  18.     <input type="hidden" name="NavigationGroupId" value="1"/>
  19.     <input type="hidden" name="WeightGroupId" value="1"/>
  20.     <input type="hidden" name="bParent" value="on"/>
  21.     <input type="hidden" name="uid" value=""/>
  22.     <input type="hidden" name="bid" value="1"/>
  23.     <input type="hidden" name="Operator" value="2"/>
  24.     <input type="hidden" name="keyword" value=""/>
  25.   </form>
  26.   
  27.   <script><![CDATA[
  28.     function dlt(q)
  29.     {
  30.       if( nullArgs("dlt",q) )
  31.         return false;
  32.       else
  33.       {
  34.         document.dltf.keyword.value = q;
  35.         submitForm(dltf);
  36.       }
  37.     }   
  38.   ]]></script>
  39.  
  40.   <copyright>
  41.     Copyright (c) 2002 David Bau
  42.     Distributed under the terms of the
  43.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  44.   </copyright>
  45. </search>